mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
111 lines
3.1 KiB
JSON
111 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-modules-values@^1.1.0",
|
|
"/Users/xmfish/Desktop/test/reacttest/node_modules/css-loader"
|
|
]
|
|
],
|
|
"_cnpm_publish_time": 1471231352623,
|
|
"_from": "postcss-modules-values@>=1.1.0 <2.0.0",
|
|
"_hasShrinkwrap": false,
|
|
"_id": "postcss-modules-values@1.2.2",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/postcss-modules-values",
|
|
"_nodeVersion": "5.3.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/postcss-modules-values-1.2.2.tgz_1471231352374_0.9157970142550766"
|
|
},
|
|
"_npmUser": {
|
|
"email": "hi@glenmaddern.com",
|
|
"name": "geelen"
|
|
},
|
|
"_npmVersion": "3.10.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "postcss-modules-values",
|
|
"raw": "postcss-modules-values@^1.1.0",
|
|
"rawSpec": "^1.1.0",
|
|
"scope": null,
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/css-loader"
|
|
],
|
|
"_resolved": "http://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-1.2.2.tgz",
|
|
"_shasum": "f0e7d476fe1ed88c5e4c7f97533a3e772ad94ca1",
|
|
"_shrinkwrap": null,
|
|
"_spec": "postcss-modules-values@^1.1.0",
|
|
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/css-loader",
|
|
"author": {
|
|
"name": "Glen Maddern"
|
|
},
|
|
"babel": {
|
|
"plugins": [
|
|
"add-module-exports"
|
|
],
|
|
"presets": [
|
|
"es2015"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/css-modules/postcss-modules-constants/issues"
|
|
},
|
|
"dependencies": {
|
|
"icss-replace-symbols": "^1.0.2",
|
|
"postcss": "^5.0.14"
|
|
},
|
|
"description": "PostCSS plugin for CSS Modules to pass arbitrary constants between your module files",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.5.2",
|
|
"babel-core": "^6.5.2",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"chokidar": "^1.2.0",
|
|
"mocha": "^3.0.2",
|
|
"standard": "^7.1.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"noattachment": false,
|
|
"shasum": "f0e7d476fe1ed88c5e4c7f97533a3e772ad94ca1",
|
|
"size": 4891,
|
|
"tarball": "http://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-1.2.2.tgz"
|
|
},
|
|
"gitHead": "a153e6720eafa28f9e8317097aad8394a73cd001",
|
|
"homepage": "https://github.com/css-modules/postcss-modules-constants#readme",
|
|
"keywords": [
|
|
"css",
|
|
"modules",
|
|
"postcss"
|
|
],
|
|
"license": "ISC",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "geelen",
|
|
"email": "hi@glenmaddern.com"
|
|
}
|
|
],
|
|
"name": "postcss-modules-values",
|
|
"optionalDependencies": {},
|
|
"publish_time": 1471231352623,
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/css-modules/postcss-modules-constants.git"
|
|
},
|
|
"scripts": {
|
|
"autotest": "chokidar src test -c 'npm test'",
|
|
"build": "babel --out-dir lib src",
|
|
"lint": "standard src test",
|
|
"posttest": "npm run lint && npm run build",
|
|
"prepublish": "npm run build",
|
|
"test": "mocha --compilers js:babel-core/register",
|
|
"travis": "npm run test"
|
|
},
|
|
"version": "1.2.2"
|
|
}
|