123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "_from": "natives@^1.1.0",
- "_id": "natives@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-8eRaxn8u/4wN8tGkhlc2cgwwvOLMLUMUn4IYTexMgWd+LyUDfeXVkk2ygQR0hvIHbJQXgHujia3ieUUDwNGkEA==",
- "_location": "/natives",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "natives@^1.1.0",
- "name": "natives",
- "escapedName": "natives",
- "rawSpec": "^1.1.0",
- "saveSpec": null,
- "fetchSpec": "^1.1.0"
- },
- "_requiredBy": [
- "/vinyl-fs/graceful-fs"
- ],
- "_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.1.tgz",
- "_shasum": "011acce1f7cbd87f7ba6b3093d6cd9392be1c574",
- "_spec": "natives@^1.1.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/vinyl-fs/node_modules/graceful-fs",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/isaacs/natives/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Do stuff with Node.js's native JavaScript modules",
- "devDependencies": {
- "tap": "^11.0.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/isaacs/natives#readme",
- "license": "ISC",
- "main": "index.js",
- "name": "natives",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/isaacs/natives.git"
- },
- "scripts": {
- "test": "tap test/*.js --100"
- },
- "version": "1.1.1"
- }
|