You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
2.4 KiB
117 lines
2.4 KiB
{
|
|
"_from": "npm-api@^1.0.0",
|
|
"_id": "npm-api@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4sITrrzEbPcr0aNV28QyOmgn6C9yKiF8k92jn4buYAK8wmA5xo1qL3II5/gT1r7wxbXBflSduZ2K3FbtOrtGkA==",
|
|
"_location": "/npm-api",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "npm-api@^1.0.0",
|
|
"name": "npm-api",
|
|
"escapedName": "npm-api",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/yeoman-environment"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-api/-/npm-api-1.0.1.tgz",
|
|
"_shasum": "3def9b51afedca57db14ca0c970d92442d21c9c5",
|
|
"_spec": "npm-api@^1.0.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\yeoman-environment",
|
|
"author": {
|
|
"name": "Brian Woodward",
|
|
"url": "https://github.com/doowb"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/doowb/npm-api/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "0xflotus",
|
|
"url": "https://github.com/0xflotus"
|
|
},
|
|
{
|
|
"name": "Brian Woodward",
|
|
"url": "https://twitter.com/doowb"
|
|
},
|
|
{
|
|
"name": "Nachman Berkowitz",
|
|
"url": "https://github.com/NachmanBerkowitz"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"JSONStream": "^1.3.5",
|
|
"clone-deep": "^4.0.1",
|
|
"download-stats": "^0.3.4",
|
|
"moment": "^2.24.0",
|
|
"node-fetch": "^2.6.0",
|
|
"paged-request": "^2.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Node.js library for getting info from NPM’s API",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^2.0.0",
|
|
"mocha": "^6.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/doowb/npm-api",
|
|
"keywords": [
|
|
"api",
|
|
"base",
|
|
"downloads",
|
|
"maintainer",
|
|
"maintainers",
|
|
"npm",
|
|
"npm-api",
|
|
"package",
|
|
"repo",
|
|
"repos",
|
|
"repositories",
|
|
"repository"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "npm-api",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/doowb/npm-api.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"run": true,
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"base",
|
|
"download-stats"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"verb"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|