mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
125 lines
3.4 KiB
JSON
125 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"webpack-sources@^0.2.3",
|
|
"/Users/xmfish/Desktop/test/reacttest/node_modules/webpack"
|
|
]
|
|
],
|
|
"_cnpm_publish_time": 1490398694635,
|
|
"_from": "webpack-sources@>=0.2.3 <0.3.0",
|
|
"_hasShrinkwrap": false,
|
|
"_id": "webpack-sources@0.2.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/webpack-sources",
|
|
"_nodeVersion": "7.4.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/webpack-sources-0.2.3.tgz_1490398694081_0.5428378875367343"
|
|
},
|
|
"_npmUser": {
|
|
"email": "tobias.koppers@googlemail.com",
|
|
"name": "sokra"
|
|
},
|
|
"_npmVersion": "4.0.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "webpack-sources",
|
|
"raw": "webpack-sources@^0.2.3",
|
|
"rawSpec": "^0.2.3",
|
|
"scope": null,
|
|
"spec": ">=0.2.3 <0.3.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack"
|
|
],
|
|
"_resolved": "http://registry.npm.taobao.org/webpack-sources/download/webpack-sources-0.2.3.tgz",
|
|
"_shasum": "17c62bfaf13c707f9d02c479e0dcdde8380697fb",
|
|
"_shrinkwrap": null,
|
|
"_spec": "webpack-sources@^0.2.3",
|
|
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/webpack",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack/webpack-sources/issues"
|
|
},
|
|
"dependencies": {
|
|
"source-list-map": "^1.1.1",
|
|
"source-map": "~0.5.3"
|
|
},
|
|
"description": "Source code handling classes for webpack",
|
|
"devDependencies": {
|
|
"beautify-lint": "^1.0.3",
|
|
"codecov.io": "^0.1.6",
|
|
"coveralls": "^2.11.6",
|
|
"eslint": "^1.1.0",
|
|
"eslint-plugin-nodeca": "^1.0.3",
|
|
"istanbul": "^0.4.1",
|
|
"js-beautify": "^1.5.10",
|
|
"mocha": "^2.3.4",
|
|
"should": "^8.0.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"noattachment": false,
|
|
"shasum": "17c62bfaf13c707f9d02c479e0dcdde8380697fb",
|
|
"size": 6239,
|
|
"tarball": "http://registry.npm.taobao.org/webpack-sources/download/webpack-sources-0.2.3.tgz"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"gitHead": "828a85acb96faf69c1ba0b78ba6d3a2acc9dcd92",
|
|
"homepage": "https://github.com/webpack/webpack-sources#readme",
|
|
"keywords": [
|
|
"source-map",
|
|
"webpack"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "bebraw",
|
|
"email": "bebraw@gmail.com"
|
|
},
|
|
{
|
|
"name": "jhnns",
|
|
"email": "mail@johannesewald.de"
|
|
},
|
|
{
|
|
"name": "sokra",
|
|
"email": "tobias.koppers@googlemail.com"
|
|
},
|
|
{
|
|
"name": "spacek33z",
|
|
"email": "kees@webduck.nl"
|
|
},
|
|
{
|
|
"name": "thelarkinn",
|
|
"email": "sean.larkin@cuw.edu"
|
|
}
|
|
],
|
|
"name": "webpack-sources",
|
|
"optionalDependencies": {},
|
|
"publish_time": 1490398694635,
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/webpack/webpack-sources.git"
|
|
},
|
|
"scripts": {
|
|
"beautify": "beautify-rewrite lib/**.js test/**.js",
|
|
"beautify-lint": "beautify-lint lib/**.js test/**.js",
|
|
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
|
|
"lint": "eslint lib test",
|
|
"precover": "npm run lint && npm run beautify-lint",
|
|
"pretest": "npm run lint && npm run beautify-lint",
|
|
"publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish",
|
|
"test": "mocha --full-trace --check-leaks",
|
|
"travis": "npm run cover -- --report lcovonly"
|
|
},
|
|
"version": "0.2.3"
|
|
}
|