Files
ASHEBShop-h5/node_modules/uniq/package.json
T
2017-05-10 16:33:00 +08:00

92 lines
2.1 KiB
JSON

{
"_args": [
[
"uniq@^1.0.1",
"/Users/xmfish/Desktop/test/reacttest/node_modules/postcss-selector-parser"
]
],
"_cnpm_publish_time": 1401052556656,
"_from": "uniq@>=1.0.1 <2.0.0",
"_hasShrinkwrap": false,
"_id": "uniq@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/uniq",
"_npmUser": {
"email": "mikolalysenko@gmail.com",
"name": "mikolalysenko"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"name": "uniq",
"raw": "uniq@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss-selector-parser"
],
"_resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
"_shasum": "b31c5ae8254844a3a8281541ce2b04b865a734ff",
"_shrinkwrap": null,
"_spec": "uniq@^1.0.1",
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/postcss-selector-parser",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/uniq/issues"
},
"dependencies": {},
"description": "Removes duplicates from a sorted array in place",
"devDependencies": {
"tape": "^2.12.3"
},
"directories": {
"test": "test"
},
"dist": {
"noattachment": false,
"shasum": "b31c5ae8254844a3a8281541ce2b04b865a734ff",
"size": 2302,
"tarball": "http://registry.npm.taobao.org/uniq/download/uniq-1.0.1.tgz"
},
"gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985",
"homepage": "https://github.com/mikolalysenko/uniq",
"keywords": [
"array",
"copy",
"duplicate",
"in",
"no",
"place",
"remove",
"sort",
"uniq",
"unique"
],
"license": "MIT",
"main": "uniq.js",
"maintainers": [
{
"name": "mikolalysenko",
"email": "mikolalysenko@gmail.com"
}
],
"name": "uniq",
"optionalDependencies": {},
"publish_time": 1401052556656,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/uniq.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.1"
}