2025-04-19 15:38:48 +08:00

81 lines
2.3 KiB
JSON

{
"_args": [
[
"assert@2.1.0",
"D:\\ruyi\\dapp"
]
],
"_from": "assert@2.1.0",
"_id": "assert@2.1.0",
"_inBundle": false,
"_integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==",
"_location": "/assert",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "assert@2.1.0",
"name": "assert",
"escapedName": "assert",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/node-stdlib-browser"
],
"_resolved": "https://registry.npmmirror.com/assert/-/assert-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "D:\\ruyi\\dapp",
"bugs": {
"url": "https://github.com/browserify/commonjs-assert/issues"
},
"dependencies": {
"call-bind": "^1.0.2",
"is-nan": "^1.3.2",
"object-is": "^1.1.5",
"object.assign": "^4.1.4",
"util": "^0.12.5"
},
"description": "The assert module from Node.js, for the browser.",
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"airtap": "^2.0.4",
"array-fill": "^1.2.0",
"core-js": "^3.32.2",
"cross-env": "^5.2.1",
"object.entries": "^1.1.7",
"object.getownpropertydescriptors": "^2.1.7",
"tape": "^5.6.6"
},
"files": [
"build/assert.js",
"build/internal"
],
"homepage": "https://github.com/browserify/commonjs-assert",
"keywords": [
"assert",
"browser"
],
"license": "MIT",
"main": "build/assert.js",
"name": "assert",
"repository": {
"type": "git",
"url": "git+https://github.com/browserify/commonjs-assert.git"
},
"scripts": {
"build": "babel assert.js test.js --out-dir build && babel internal --out-dir build/internal && babel test --out-dir build/test",
"dev": "babel assert.js test.js --watch --out-dir build & babel internal --watch --out-dir build/internal & babel test --watch --out-dir build/test",
"prepare": "npm run build",
"test": "npm run build && npm run test:nobuild",
"test:browsers": "airtap build/test.js",
"test:browsers:local": "npm run test:browsers -- --local",
"test:nobuild": "node build/test.js",
"test:source": "node test.js"
},
"version": "2.1.0"
}