1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/once/package.json

86 lines
1.8 KiB
JSON

{
"_args": [
[
"once@1.3.3",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "once@1.3.3",
"_id": "once@1.3.3",
"_inBundle": false,
"_integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
"_location": "/once",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "once@1.3.3",
"name": "once",
"escapedName": "once",
"rawSpec": "1.3.3",
"saveSpec": null,
"fetchSpec": "1.3.3"
},
"_requiredBy": [
"/babel-plugin-module-resolver/glob",
"/cacache/glob",
"/copy-webpack-plugin/glob",
"/copy-webpack-plugin/pump",
"/del/glob",
"/end-of-stream",
"/eslint/glob",
"/glob",
"/globby/glob",
"/inflight",
"/node-gyp/glob",
"/node-sass/glob",
"/pump",
"/pumpify/pump",
"/rimraf/glob",
"/sass-graph/glob",
"/true-case-path/glob"
],
"_resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
"_spec": "1.3.3",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/once/issues"
},
"dependencies": {
"wrappy": "1"
},
"description": "Run a function exactly one time",
"devDependencies": {
"tap": "^1.2.0"
},
"directories": {
"test": "test"
},
"files": [
"once.js"
],
"homepage": "https://github.com/isaacs/once#readme",
"keywords": [
"once",
"function",
"one",
"single"
],
"license": "ISC",
"main": "once.js",
"name": "once",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/once.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.3.3"
}