UNPKG

yhtml5-test

Version:

A test framework for front-end projects

71 lines (70 loc) 1.82 kB
{ "_args": [ [ "convert-source-map@1.5.0", "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo" ] ], "_from": "convert-source-map@1.5.0", "_id": "convert-source-map@1.5.0", "_inBundle": false, "_integrity": "sha1-ms1whRxtXf3ZPZKC5e35SgP/RrU=", "_location": "/convert-source-map", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "convert-source-map@1.5.0", "name": "convert-source-map", "escapedName": "convert-source-map", "rawSpec": "1.5.0", "saveSpec": null, "fetchSpec": "1.5.0" }, "_requiredBy": [ "/babel-core", "/babel-register/babel-core", "/jest-runtime", "/source-map-explorer" ], "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz", "_spec": "1.5.0", "_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo", "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "bugs": { "url": "https://github.com/thlorenz/convert-source-map/issues" }, "dependencies": {}, "description": "Converts a source-map from/to different formats and allows adding/changing properties.", "devDependencies": { "inline-source-map": "~0.6.2", "tap": "~9.0.0" }, "engine": { "node": ">=0.6" }, "homepage": "https://github.com/thlorenz/convert-source-map", "keywords": [ "convert", "sourcemap", "source", "map", "browser", "debug" ], "license": "MIT", "main": "index.js", "name": "convert-source-map", "repository": { "type": "git", "url": "git://github.com/thlorenz/convert-source-map.git" }, "scripts": { "test": "tap test/*.js --color" }, "version": "1.5.0" }