123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_args": [
- [
- {
- "raw": "clean-css@^4.1.11",
- "scope": null,
- "escapedName": "clean-css",
- "name": "clean-css",
- "rawSpec": "^4.1.11",
- "spec": ">=4.1.11 <5.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts"
- ]
- ],
- "_from": "clean-css@>=4.1.11 <5.0.0",
- "_id": "clean-css@4.1.11",
- "_inCache": true,
- "_location": "/clean-css",
- "_nodeVersion": "6.11.5",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/clean-css_4.1.11_1520344455332_0.8433387037080979"
- },
- "_npmUser": {
- "name": "jakub.pawlowicz",
- "email": "contact@jakubpawlowicz.com"
- },
- "_npmVersion": "3.10.10",
- "_phantomChildren": {},
- "_requested": {
- "raw": "clean-css@^4.1.11",
- "scope": null,
- "escapedName": "clean-css",
- "name": "clean-css",
- "rawSpec": "^4.1.11",
- "spec": ">=4.1.11 <5.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/@ionic/app-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
- "_shasum": "2ecdf145aba38f54740f26cefd0ff3e03e125d6a",
- "_shrinkwrap": null,
- "_spec": "clean-css@^4.1.11",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts",
- "author": {
- "name": "Jakub Pawlowicz",
- "email": "contact@jakubpawlowicz.com",
- "url": "http://twitter.com/jakubpawlowicz"
- },
- "bugs": {
- "url": "https://github.com/jakubpawlowicz/clean-css/issues"
- },
- "dependencies": {
- "source-map": "0.5.x"
- },
- "description": "A well-tested CSS minifier",
- "devDependencies": {
- "browserify": "^14.0.0",
- "http-proxy": "1.x",
- "jshint": "2.x",
- "nock": "9.x",
- "server-destroy": "1.x",
- "uglify-js": ">=2.6.1",
- "vows": "0.8.x"
- },
- "directories": {},
- "dist": {
- "shasum": "2ecdf145aba38f54740f26cefd0ff3e03e125d6a",
- "tarball": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
- "fileCount": 99,
- "unpackedSize": 424767
- },
- "engines": {
- "node": ">= 4.0"
- },
- "files": [
- "lib",
- "History.md",
- "index.js",
- "LICENSE"
- ],
- "gitHead": "7812d591d51543c5a71de9538ef6bab87dbcc8d8",
- "homepage": "https://github.com/jakubpawlowicz/clean-css",
- "keywords": [
- "css",
- "minifier"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "goalsmashers",
- "email": "jakub@goalsmashers.com"
- },
- {
- "name": "jakub.pawlowicz",
- "email": "contact@jakubpawlowicz.com"
- }
- ],
- "name": "clean-css",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jakubpawlowicz/clean-css.git"
- },
- "scripts": {
- "bench": "node ./test/bench.js",
- "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
- "check": "jshint .",
- "prepublish": "npm run check",
- "test": "vows"
- },
- "version": "4.1.11"
- }
|