mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 18:07:20 +08:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"isbuiltin@1.0.0",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "isbuiltin@1.0.0",
|
|
"_id": "isbuiltin@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-RFOykVaQy0fAy5ySVaCAd3gxXJY=",
|
|
"_location": "/isbuiltin",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "isbuiltin@1.0.0",
|
|
"name": "isbuiltin",
|
|
"escapedName": "isbuiltin",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vite"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/isbuiltin/-/isbuiltin-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"author": {
|
|
"name": "Deepak Kapoor",
|
|
"email": "kapoordeepak@gmail.com",
|
|
"url": "http://kapoor.io"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/deepak-kapoor/is-builtin/issues"
|
|
},
|
|
"dependencies": {
|
|
"builtin-modules": "^1.1.1"
|
|
},
|
|
"description": "Find if a module is a built-in node module",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0"
|
|
},
|
|
"homepage": "https://github.com/deepak-kapoor/is-builtin#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "isbuiltin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/deepak-kapoor/is-builtin.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|