| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "undeclared-identifiers@^1.1.2",
- "_id": "undeclared-identifiers@1.1.3",
- "_inBundle": false,
- "_integrity": "sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==",
- "_location": "/undeclared-identifiers",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "undeclared-identifiers@^1.1.2",
- "name": "undeclared-identifiers",
- "escapedName": "undeclared-identifiers",
- "rawSpec": "^1.1.2",
- "saveSpec": null,
- "fetchSpec": "^1.1.2"
- },
- "_requiredBy": [
- "/insert-module-globals"
- ],
- "_resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz",
- "_shasum": "9254c1d37bdac0ac2b52de4b6722792d2a91e30f",
- "_spec": "undeclared-identifiers@^1.1.2",
- "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/insert-module-globals",
- "author": {
- "name": "Renée Kooi",
- "email": "renee@kooi.me"
- },
- "bin": {
- "undeclared-identifiers": "bin.js"
- },
- "bugs": {
- "url": "https://github.com/goto-bus-stop/undeclared-identifiers/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "acorn-node": "^1.3.0",
- "dash-ast": "^1.0.0",
- "get-assigned-identifiers": "^1.2.0",
- "simple-concat": "^1.0.0",
- "xtend": "^4.0.1"
- },
- "deprecated": false,
- "description": "find undeclared identifiers and property accesses in a javascript file.",
- "devDependencies": {
- "jquery": "^3.3.1",
- "lodash": "^4.17.5",
- "nanobench": "^2.1.0",
- "standard": "^11.0.0",
- "tap-spec": "^5.0.0",
- "tape": "^4.0.0",
- "three": "^0.92.0"
- },
- "homepage": "https://github.com/goto-bus-stop/undeclared-identifiers",
- "keywords": [
- "ast",
- "check",
- "detect",
- "identifiers",
- "javascript",
- "undeclared"
- ],
- "license": "Apache-2.0",
- "main": "index.js",
- "name": "undeclared-identifiers",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/goto-bus-stop/undeclared-identifiers.git"
- },
- "scripts": {
- "test": "standard && tape test/*.js | tap-spec"
- },
- "version": "1.1.3"
- }
|