mirror of
https://github.com/wu736139669/RN_AWord.git
synced 2026-08-05 06:24:39 +00:00
120 lines
3.0 KiB
JSON
120 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"clean-css@^3.1.9",
|
|
"/Users/xmfish/Desktop/test/RN_AWord/server/node_modules/jade"
|
|
]
|
|
],
|
|
"_cnpm_publish_time": 1479293700503,
|
|
"_from": "clean-css@>=3.1.9 <4.0.0",
|
|
"_id": "clean-css@3.4.21",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/clean-css",
|
|
"_nodeVersion": "6.5.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/clean-css-3.4.21.tgz_1479293699833_0.6098559959791601"
|
|
},
|
|
"_npmUser": {
|
|
"email": "jakub@goalsmashers.com",
|
|
"name": "goalsmashers"
|
|
},
|
|
"_npmVersion": "3.10.3",
|
|
"_phantomChildren": {
|
|
"graceful-readlink": "1.0.1"
|
|
},
|
|
"_requested": {
|
|
"name": "clean-css",
|
|
"raw": "clean-css@^3.1.9",
|
|
"rawSpec": "^3.1.9",
|
|
"scope": null,
|
|
"spec": ">=3.1.9 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/jade"
|
|
],
|
|
"_resolved": "http://registry.npm.taobao.org/clean-css/download/clean-css-3.4.21.tgz",
|
|
"_shasum": "2101d5dbd19d63dbc16a75ebd570e7c33948f65b",
|
|
"_shrinkwrap": null,
|
|
"_spec": "clean-css@^3.1.9",
|
|
"_where": "/Users/xmfish/Desktop/test/RN_AWord/server/node_modules/jade",
|
|
"author": {
|
|
"email": "contact@jakubpawlowicz.com",
|
|
"name": "Jakub Pawlowicz",
|
|
"url": "http://twitter.com/jakubpawlowicz"
|
|
},
|
|
"bin": {
|
|
"cleancss": "./bin/cleancss"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jakubpawlowicz/clean-css/issues"
|
|
},
|
|
"dependencies": {
|
|
"commander": "2.8.x",
|
|
"source-map": "0.4.x"
|
|
},
|
|
"description": "A well-tested CSS minifier",
|
|
"devDependencies": {
|
|
"browserify": "11.x",
|
|
"http-proxy": "1.x",
|
|
"jshint": "2.8.x",
|
|
"nock": "2.x",
|
|
"server-destroy": "1.x",
|
|
"uglify-js": "2.4.x",
|
|
"vows": "0.8.x"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"noattachment": false,
|
|
"shasum": "2101d5dbd19d63dbc16a75ebd570e7c33948f65b",
|
|
"size": 71348,
|
|
"tarball": "http://registry.npm.taobao.org/clean-css/download/clean-css-3.4.21.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"History.md",
|
|
"LICENSE",
|
|
"bin",
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"gitHead": "0136aec1a64aca56802cee347a631ab5df1b435e",
|
|
"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": {},
|
|
"publish_time": 1479293700503,
|
|
"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 ./bin/cleancss .",
|
|
"prepublish": "npm run check",
|
|
"test": "vows"
|
|
},
|
|
"version": "3.4.21"
|
|
}
|