line_push/node_modules/destr/package.json
2022-07-17 13:16:16 +08:00

68 lines
1.8 KiB
JSON

{
"_args": [
[
"destr@1.0.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "destr@1.0.0",
"_id": "destr@1.0.0",
"_inBundle": false,
"_integrity": "sha512-uw0zD4688l00hDftUP76EWyweDtOB/0mVd/8GvmwecYD+Akw5Z4v43pw4onVsz4rC/BsfnZnDMG2rdTGhVIODA==",
"_location": "/destr",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "destr@1.0.0",
"name": "destr",
"escapedName": "destr",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/@nuxt/config",
"/@nuxt/telemetry",
"/rc9"
],
"_resolved": "https://registry.npmjs.org/destr/-/destr-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"bugs": {
"url": "https://github.com/nuxt-contrib/destr/issues"
},
"description": "A faster, secure and convenient alternative for JSON.parse",
"devDependencies": {
"@hapi/bourne": "^2.0.0",
"@nuxtjs/eslint-config-typescript": "latest",
"benchmark": "latest",
"bili": "latest",
"eslint": "latest",
"rollup-plugin-typescript2": "latest",
"secure-json-parse": "^2.1.0",
"standard-version": "latest",
"typescript": "latest"
},
"files": [
"dist"
],
"homepage": "https://github.com/nuxt-contrib/destr#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "destr",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-contrib/destr.git"
},
"scripts": {
"bench": "yarn build && node ./bench.js",
"build": "bili src/index.ts",
"lint": "eslint --ext .ts .",
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint"
},
"types": "dist/index.d.ts",
"version": "1.0.0"
}