mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
120 lines
3.3 KiB
JSON
120 lines
3.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-modules-scope@^1.0.0",
|
|
"/Users/xmfish/Desktop/test/reacttest/node_modules/css-loader"
|
|
]
|
|
],
|
|
"_cnpm_publish_time": 1469010334450,
|
|
"_from": "postcss-modules-scope@>=1.0.0 <2.0.0",
|
|
"_hasShrinkwrap": false,
|
|
"_id": "postcss-modules-scope@1.0.2",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/postcss-modules-scope",
|
|
"_nodeVersion": "5.3.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/postcss-modules-scope-1.0.2.tgz_1469010331971_0.23442491912283003"
|
|
},
|
|
"_npmUser": {
|
|
"email": "hi@glenmaddern.com",
|
|
"name": "geelen"
|
|
},
|
|
"_npmVersion": "3.10.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "postcss-modules-scope",
|
|
"raw": "postcss-modules-scope@^1.0.0",
|
|
"rawSpec": "^1.0.0",
|
|
"scope": null,
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/css-loader"
|
|
],
|
|
"_resolved": "http://registry.npm.taobao.org/postcss-modules-scope/download/postcss-modules-scope-1.0.2.tgz",
|
|
"_shasum": "ff977395e5e06202d7362290b88b1e8cd049de29",
|
|
"_shrinkwrap": null,
|
|
"_spec": "postcss-modules-scope@^1.0.0",
|
|
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/css-loader",
|
|
"author": {
|
|
"name": "Glen Maddern"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/geelen/postcss-modules-scope/issues"
|
|
},
|
|
"dependencies": {
|
|
"css-selector-tokenizer": "^0.6.0",
|
|
"postcss": "^5.0.4"
|
|
},
|
|
"description": "A CSS Modules transform to extract export statements from local-scope classes",
|
|
"devDependencies": {
|
|
"babel": "^5.4.7",
|
|
"babel-eslint": "^4.1.3",
|
|
"babel-istanbul": "^0.4.0",
|
|
"babelify": "^6.1.2",
|
|
"chokidar-cli": "^1.0.1",
|
|
"codecov.io": "^0.1.2",
|
|
"coveralls": "^2.11.2",
|
|
"css-selector-parser": "^1.0.4",
|
|
"eslint": "^1.5.0",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"noattachment": false,
|
|
"shasum": "ff977395e5e06202d7362290b88b1e8cd049de29",
|
|
"size": 3375,
|
|
"tarball": "http://registry.npm.taobao.org/postcss-modules-scope/download/postcss-modules-scope-1.0.2.tgz"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"gitHead": "583db89803dc5153acfa5cd64003e163837cc57d",
|
|
"homepage": "https://github.com/geelen/postcss-modules-scope",
|
|
"keywords": [
|
|
"css-modules",
|
|
"plugin",
|
|
"postcss"
|
|
],
|
|
"license": "ISC",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "geelen",
|
|
"email": "hi@glenmaddern.com"
|
|
},
|
|
{
|
|
"name": "markdalgleish",
|
|
"email": "mark.john.dalgleish@gmail.com"
|
|
},
|
|
{
|
|
"name": "sokra",
|
|
"email": "tobias.koppers@googlemail.com"
|
|
}
|
|
],
|
|
"name": "postcss-modules-scope",
|
|
"optionalDependencies": {},
|
|
"publish_time": 1469010334450,
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/geelen/postcss-modules-scope.git"
|
|
},
|
|
"scripts": {
|
|
"autotest": "chokidar src test -c 'npm test'",
|
|
"build": "babel --out-dir lib src",
|
|
"cover": "babel-istanbul cover node_modules/.bin/_mocha",
|
|
"lint": "eslint src",
|
|
"posttest": "npm run lint && npm run build",
|
|
"precover": "npm run lint && npm run build",
|
|
"prepublish": "npm run build",
|
|
"test": "mocha --compilers js:babel/register",
|
|
"travis": "npm run cover -- --report lcovonly",
|
|
"watch": "chokidar src -c 'npm run build'"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|