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.
76 lines
1.9 KiB
76 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"binary-extensions@2.1.0",
|
|
"/Users/linhuakun/Downloads/nodejs/codewhy"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "binary-extensions@2.1.0",
|
|
"_id": "binary-extensions@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-MPpAyef+B9vIlWeM0ocCTeokHdk=",
|
|
"_location": "/binary-extensions",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "binary-extensions@2.1.0",
|
|
"name": "binary-extensions",
|
|
"escapedName": "binary-extensions",
|
|
"rawSpec": "2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-binary-path"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/binary-extensions/download/binary-extensions-2.1.0.tgz?cache=0&sync_timestamp=1593261309792&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbinary-extensions%2Fdownload%2Fbinary-extensions-2.1.0.tgz",
|
|
"_spec": "2.1.0",
|
|
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/binary-extensions/issues"
|
|
},
|
|
"description": "List of binary file extensions",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"binary-extensions.json",
|
|
"binary-extensions.json.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/binary-extensions#readme",
|
|
"keywords": [
|
|
"binary",
|
|
"extensions",
|
|
"extension",
|
|
"file",
|
|
"json",
|
|
"list",
|
|
"array"
|
|
],
|
|
"license": "MIT",
|
|
"name": "binary-extensions",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/binary-extensions.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|