81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"well-known-symbols@2.0.0",
|
|
"/Users/sam/code/codeql-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "well-known-symbols@2.0.0",
|
|
"_id": "well-known-symbols@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==",
|
|
"_location": "/well-known-symbols",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "well-known-symbols@2.0.0",
|
|
"name": "well-known-symbols",
|
|
"escapedName": "well-known-symbols",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/concordance"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/well-known-symbols/-/well-known-symbols-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "/Users/sam/code/codeql-action",
|
|
"author": {
|
|
"name": "Mark Wubben",
|
|
"url": "https://novemberborn.net/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/novemberborn/well-known-symbols/issues"
|
|
},
|
|
"description": "Check whether a symbol is well-known",
|
|
"devDependencies": {
|
|
"@novemberborn/as-i-preach": "^11.0.0",
|
|
"ava": "1.0.0-beta.8",
|
|
"codecov": "^3.1.0",
|
|
"nyc": "^13.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/novemberborn/well-known-symbols#readme",
|
|
"keywords": [
|
|
"symbols",
|
|
"es6",
|
|
"es7",
|
|
"es8",
|
|
"es2015",
|
|
"es2016",
|
|
"es2017"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "well-known-symbols",
|
|
"nyc": {
|
|
"reporter": [
|
|
"html",
|
|
"lcov",
|
|
"text"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/novemberborn/well-known-symbols.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "as-i-preach",
|
|
"test": "npm -s run lint && nyc ava"
|
|
},
|
|
"standard-engine": "@novemberborn/as-i-preach",
|
|
"version": "2.0.0"
|
|
}
|