mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-06 03:58:00 +08:00
81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"is-reference@1.2.1",
|
|
"E:\\Project\\npm-project\\vue-baidu-analytics"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "is-reference@1.2.1",
|
|
"_id": "is-reference@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
|
|
"_location": "/is-reference",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "is-reference@1.2.1",
|
|
"name": "is-reference",
|
|
"escapedName": "is-reference",
|
|
"rawSpec": "1.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@rollup/plugin-commonjs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
|
|
"_spec": "1.2.1",
|
|
"_where": "E:\\Project\\npm-project\\vue-baidu-analytics",
|
|
"author": {
|
|
"name": "Rich Harris"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Rich-Harris/is-reference/issues"
|
|
},
|
|
"dependencies": {
|
|
"@types/estree": "*"
|
|
},
|
|
"description": "Determine whether an AST node is a reference",
|
|
"devDependencies": {
|
|
"acorn": "^7.2.0",
|
|
"acorn-class-fields": "^0.3.2",
|
|
"acorn-static-class-features": "^0.2.1",
|
|
"estree-walker": "^2.0.1",
|
|
"mocha": "^7.1.2",
|
|
"rollup": "^2.10.3",
|
|
"rollup-plugin-typescript": "^1.0.1",
|
|
"tslib": "^2.0.0",
|
|
"typescript": "^3.9.2"
|
|
},
|
|
"files": [
|
|
"dist/*.js",
|
|
"dist/types/**/*.d.ts"
|
|
],
|
|
"homepage": "https://github.com/Rich-Harris/is-reference#readme",
|
|
"keywords": [
|
|
"ast",
|
|
"javascript",
|
|
"estree",
|
|
"acorn"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/is-reference.js",
|
|
"module": "dist/is-reference.es.js",
|
|
"name": "is-reference",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rich-Harris/is-reference.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c && tsc --emitDeclarationOnly",
|
|
"prepare": "npm run build",
|
|
"prepublishOnly": "npm test",
|
|
"pretest": "npm run build",
|
|
"test": "mocha"
|
|
},
|
|
"types": "dist/types/index.d.ts",
|
|
"version": "1.2.1"
|
|
}
|